Skip to main content

Android Barcode Support Library

Type

module

Summary

Android barcode support module.

Description

Provides internal handlers used by the Android barcode library and scanning widget.

note

This module is for internal use.

Compatibility and Support

OS

android

Children Properties

Handler

NameSummarySyntax
LibBarcodeSupportFormatBarcodeAsArrayFormats a barcode object into an array.LibBarcodeSupportFormatBarcodeAsArray(<pBarcode>)
LibBarcodeSupportFormatBarcodeAsArrayExtractingSnapshotFormats a barcode object into an array, including a snapshot of the barcode.LibBarcodeSupportFormatBarcodeAsArrayExtractingSnapshot(<pBarcode>,<pSnapshot>,<pClipSnapshot>,<pSnapshotScaleX>,<pSnapshotScaleY>)
LibBarcodeSupportBarcodeFormatToStringConverts a barcode format integer to a readable string.LibBarcodeSupportBarcodeFormatToString(<pFormat>)
LibBarcodeSupportBarcodeFormatFromStringConverts a barcode format string to it's integer representation.LibBarcodeSupportBarcodeFormatFromString(<pFormatString>)